character stream meaning in English
字符流
Examples
- These conversions are performed on all typed string and character stream getter methods
这些转换将通过所有类型化string和character流getter方法得到执行。 - In that case , the unicode text is passed from the jdbc driver setter and updater methods for strings and character streams
在此情况下, unicode文本将通过jdbc驱动程序setter方法和对string和character的updater方法进行传递。 - When retrieving a non - binary large value data type from a database , such as the varchar data type , one approach is to read that data as a character stream . in the following example , the
当从数据库中检索非二进制大值数据类型(例如varchar ( max )数据类型)时,一种方法是将该数据作为字符流进行读取。